home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / archiver / mta_vf35.zip / MTA__BAT.EXE / MTA__END.BAT < prev    next >
DOS Batch File  |  1990-09-09  |  1KB  |  21 lines

  1. ECHO OFF
  2. REM ********************************************************************
  3. REM * This is common batch-file, used right before MTA ends.           *
  4. REM ********************************************************************
  5. REM * In MTA's ExitBeforeEnd option, you can pass NO parameters.       *
  6. REM * The batch-file must call global functions, no functions related  *
  7. REM * with the converted files.                                        *
  8. REM *                                                                  *
  9. REM * Some examples of the usage of this batch are:                    *
  10. REM *                                                                  *
  11. REM * - Enable (or disable) you cacher;                                *
  12. REM * - Delete the compressors to a RAM-disk;                          *
  13. REM * - Clean-up files                                                 *
  14. REM * - Reset the screen-mode back to normal, with help of the switch  *
  15. REM *   program, supplied with your videocard                          *
  16. REM ********************************************************************
  17. REM
  18. REM Enable the cacher
  19. REM
  20. CACHE /ENABLE
  21.